partitioning column造句
例句与造句
- Mapping of input columns to partition columns
输入列到分区列的映射。 - There are no restrictions on the updatability of the partitioning column
分区列的可更新性没有限制。 - The partitioning column is a part of the primary key of the table
分区列是表的primary key的一部分。 - Note that the partitioning column may have different names in the underlying tables
称为分区列。请注意,分区列在基础表中可能有不同的名称。 - Any computed column that is used as a partitioning column of a partitioned table must be explicitly marked persisted
用作已分区表的分区依据列的任何计算列必须显式标记为persisted 。 - It's difficult to find partitioning column in a sentence. 用partitioning column造句挺难的
- To meet the conditions of the partitioned view , there should be only one partitioning constraint on the partitioning column
若要满足分区视图的条件,在分区列上应只有一个分区约束。 - A way of partitioning a table or index by specifying partitions to hold rows that have ranges of values from one partitioning column
默认情况下, “全部”成员的名称为all后加一个空格和维度名称。 - The constraints should be in an enabled and trusted state for them to meet the previously mentioned conditions of the partitioning column
约束应处于启用和信任状态,以使它们满足分区列的上述条件。 - Is not specified and the table is partitioned , the index is placed in the same partition scheme , using the same partitioning column , as the underlying table
且该表已分区,则索引会与基础表使用相同分区依据列并被放入同一分区方案中。 - The value being inserted into the partitioning column should satisfy at least one of the underlying constraints ; otherwise , the insert action will fail with a constraint violation
插入到分区列中的值应至少满足一个基础约束;否则,插入操作将因违反约束而失败。 - When partitioning a nonunique , nonclustered index , the database engine adds the partitioning column as a nonkey included column of the index , if it is not already specified
在对非唯一的非聚集索引分区时,如果未指定,则数据库引擎会将分区依据列添加为索引的非键(包含性)列。 - When you partition a nonunique , clustered index , the database engine by default adds the partitioning column to the list of clustered index keys , if it is not already specified
在对非唯一的聚集索引分区时,如果未指定,则默认情况下数据库引擎会将分区依据列添加到聚集索引键的列表中。 - When partitioning a nonunique , clustered index , the database engine by default adds any partitioning columns to the list of clustered index keys , if not already specified
在为非唯一的聚集索引分区时,如果未指定,则默认情况下,数据库引擎会将所有分区依据列都添加到聚集索引键的列表中。 - This is because indexes , by default , are placed on the same filegroups as their underlying tables , and for a partitioned table in the same partition scheme that uses the same partitioning columns
这是因为在默认情况下,索引与其基础表放在同一文件组中,并且对应使用相同分区依据列的相同分区方案中的已分区表。 - The drop existing clause does not rebuild the nonclustered indexes when the index definition has the same index name , key and partition columns , uniqueness attribute , and sort order as the original index
如果索引定义与原始索引具有相同的索引名称、键列和分区列、唯一性属性以及排序顺序,则drop _ existing子句不会重新生成非聚集索引。